Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / UndefinedBiff8Structure Class / UndefinedBiff8Structure Constructor / UndefinedBiff8Structure Constructor(Int32,BiffRec,Byte[])


In This Topic
UndefinedBiff8Structure Constructor(Int32,BiffRec,Byte[])
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal size As Integer, _
   ByVal type As BiffRec, _
   ByVal bytes() As Byte _
)
 
'Usage
 
Dim size As Integer
Dim type As BiffRec
Dim bytes() As Byte
 
Dim instance As New UndefinedBiff8Structure(size, type, bytes)

Parameters

size
type
bytes
See Also